home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 1 / Literacy Segments Part 1 / background_23181.txt < prev    next >
Text File  |  1989-08-22  |  4KB  |  199 lines

  1. -- background: 23181 from stack: in
  2. -- bmap block id: 4763
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 1.1.1 Content3
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=18 top=1 right=38 bottom=442
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 5 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=16 top=38 right=67 bottom=434
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 156
  30. -- text size: 20
  31. -- style flags: 0
  32. -- line height: 26
  33. -- part name: Subtitle
  34.  
  35.  
  36. -- part 23 (field)
  37. -- low flags: 01
  38. -- high flags: 0000
  39. -- rect: left=139 top=77 right=288 bottom=449
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 156
  44. -- text size: 16
  45. -- style flags: 0
  46. -- line height: 17
  47. -- part name: Text
  48.  
  49.  
  50. -- part 15 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=443 top=5 right=72 bottom=512
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Instant Reference
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   instantReference "1.1.1"
  65. end mouseUp
  66.  
  67.  
  68. -- part 16 (button)
  69. -- low flags: 00
  70. -- high flags: 2000
  71. -- rect: left=480 top=143 right=172 bottom=511
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 1310 / 1310
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: Student Services
  80. ----- HyperTalk script -----
  81. on mousedown
  82.   SSpopUp
  83. end mousedown
  84.  
  85. on mouseup
  86.   if the mouseloc is not within the rect of me then exit to hyperCard
  87.   doSS
  88. end mouseup
  89.  
  90.  
  91.  
  92. -- part 17 (button)
  93. -- low flags: 00
  94. -- high flags: 2000
  95. -- rect: left=482 top=176 right=205 bottom=511
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 162 / 162
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: Help
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   Help
  107. end mouseUp
  108.  
  109.  
  110.  
  111. -- part 18 (button)
  112. -- low flags: 00
  113. -- high flags: 0000
  114. -- rect: left=482 top=294 right=320 bottom=509
  115. -- title width / last selected line: 0
  116. -- icon id / first selected line: 1235 / 1235
  117. -- text alignment: 1
  118. -- font id: 0
  119. -- text size: 12
  120. -- style flags: 0
  121. -- line height: 16
  122. -- part name: Last Menu
  123. ----- HyperTalk script -----
  124. on mouseUp
  125.  
  126. end mouseUp
  127.  
  128.  
  129. -- part 19 (button)
  130. -- low flags: 00
  131. -- high flags: 2000
  132. -- rect: left=478 top=319 right=341 bottom=498
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 1238 / 1238
  135. -- text alignment: 1
  136. -- font id: 0
  137. -- text size: 12
  138. -- style flags: 0
  139. -- line height: 16
  140. -- part name: Prev
  141. ----- HyperTalk script -----
  142. on mouseUp
  143.   lock screen
  144.   go prev
  145.   unlock screen with scroll right
  146. end mouseUp
  147.  
  148.  
  149. -- part 24 (button)
  150. -- low flags: 00
  151. -- high flags: 2000
  152. -- rect: left=493 top=319 right=341 bottom=512
  153. -- title width / last selected line: 0
  154. -- icon id / first selected line: 1237 / 1237
  155. -- text alignment: 1
  156. -- font id: 0
  157. -- text size: 12
  158. -- style flags: 0
  159. -- line height: 16
  160. -- part name: Next
  161. ----- HyperTalk script -----
  162. on mouseUp
  163.   lock screen
  164.   go next
  165.   unlock screen with scroll left
  166. end mouseUp
  167.  
  168.  
  169. -- part 26 (field)
  170. -- low flags: 81
  171. -- high flags: 0001
  172. -- rect: left=423 top=0 right=13 bottom=466
  173. -- title width / last selected line: 0
  174. -- icon id / first selected line: 0 / 0
  175. -- text alignment: 65535
  176. -- font id: 4
  177. -- text size: 9
  178. -- style flags: 0
  179. -- line height: 12
  180. -- part name: CardTitle
  181.  
  182.  
  183. -- part 28 (button)
  184. -- low flags: 00
  185. -- high flags: 2000
  186. -- rect: left=482 top=208 right=234 bottom=509
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 1234 / 1234
  189. -- text alignment: 1
  190. -- font id: 0
  191. -- text size: 12
  192. -- style flags: 0
  193. -- line height: 16
  194. -- part name: Lesson
  195. ----- HyperTalk script -----
  196. on mouseUp
  197.   lesson "1.1.1"
  198. end mouseUp
  199.